home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / util / cli / MiscCLICmds_CH.lha / GetLine.doc < prev    next >
Text File  |  1996-09-23  |  1KB  |  40 lines

  1. GetLine V1.0 by Chris Hodges
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Introduction
  5. ~~~~~~~~~~~~
  6. This little command will extract a specified line from a text file. Can  be
  7. quite useful for batch scripts.
  8.  
  9. Requirements
  10. ~~~~~~~~~~~~
  11. GetLine needs Kick 2.04 or higher.
  12.  
  13. Usage
  14. ~~~~~
  15. GetLine [FROM] filename [LINENUM] line [NOLF]
  16.  
  17. filename is the name of  the  textfile  that  contains  multiple  lines  of
  18. information. line specifies the number of the line to be extracted, whereas
  19. 1 is the first line in the file. If the number exceed the number  of  lines
  20. in the text, an errorcode of 10 will be returned.
  21.  
  22. The optional NOLF parameter ommitts  the  ending  line  feed  character  if
  23. specified.
  24.  
  25. History
  26. ~~~~~~~
  27. V1.0 (04-Jul-96): First release.
  28.  
  29. Contact address
  30. ~~~~~~~~~~~~~~~
  31. Any mails or donations to:
  32.  
  33. Chris Hodges                    Account: 359 68 63
  34. Kennedystr. 8                   BLZ    : 700 530 70
  35. D-82178 Puchheim                Bank   : Sparkasse Fürstenfeldbruck
  36. Germany
  37. Tel.: +49-89/8005856
  38. Email: chris@sixpack.pfalz.de
  39.  
  40.